home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2007 September / PCWSEP07.iso / Software / Linux / Linux Mint 3.0 Light / LinuxMint-3.0-Light.iso / casper / filesystem.squashfs / etc / apt / apt.conf.d / 50unattended-upgrades < prev    next >
Encoding:
Text File  |  2007-03-22  |  227 b   |  11 lines

  1. // allowed (origin, archive) pairs
  2. Unattended-Upgrade::Allowed-Origins {
  3.     "Ubuntu feisty-security";
  4. //    "Ubuntu feisty-updates";
  5. };
  6.  
  7. // never update the packages in this list
  8. Unattended-Upgrade::Package-Blacklist {
  9. //    "vim";
  10. };
  11.